Skip to content

Commit ba3684b

Browse files
committed
Update dep-url.sh
1 parent 20be255 commit ba3684b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-support/dep-url.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pulsar_cpp_base_url() {
2323
exit 1
2424
fi
2525
VERSION=$1
26-
echo "https://archive.apache.org/dist/pulsar/pulsar-client-cpp-${VERSION}"
26+
echo "https://dist.apache.org/repos/dist/release/pulsar/pulsar-client-cpp-${VERSION}"
2727
}
2828

2929
download_dependency() {

0 commit comments

Comments
 (0)