We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb13bbf commit d5c69b4Copy full SHA for d5c69b4
tests/test_pulsar/pulsar_test.sh
@@ -22,7 +22,7 @@ TAR_FILE="apache-pulsar-${VERSION}-bin.tar.gz"
22
23
echo "Downloading pulsar ${VERSION}"
24
if [[ ! -f ${TAR_FILE} ]]; then
25
- curl -sSOL "https://downloads.apache.org/pulsar/pulsar-${VERSION}/${TAR_FILE}"
+ curl -sSOL "https://archive.apache.org/dist/pulsar/pulsar-${VERSION}/${TAR_FILE}"
26
fi
27
28
tar -xzf ${TAR_FILE}
0 commit comments