Skip to content

Commit d5c69b4

Browse files
authored
Update pulsar download link. (#1270)
This PR updates pulsar download link as old link does not work anymore. Signed-off-by: Yong Tang <[email protected]>
1 parent fb13bbf commit d5c69b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pulsar/pulsar_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ TAR_FILE="apache-pulsar-${VERSION}-bin.tar.gz"
2222

2323
echo "Downloading pulsar ${VERSION}"
2424
if [[ ! -f ${TAR_FILE} ]]; then
25-
curl -sSOL "https://downloads.apache.org/pulsar/pulsar-${VERSION}/${TAR_FILE}"
25+
curl -sSOL "https://archive.apache.org/dist/pulsar/pulsar-${VERSION}/${TAR_FILE}"
2626
fi
2727

2828
tar -xzf ${TAR_FILE}

0 commit comments

Comments
 (0)