ci: Switch to bitcoincore.org download

This commit is contained in:
MarcoFalke 2020-06-07 10:33:47 -04:00
parent 1b90a7b61a
commit fa4cd1fdae
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -137,7 +137,7 @@ pushd "$TARGET" || exit 1
else
BIN_PATH="bin/bitcoin-core-${tag:1}"
fi
URL="https://bitcoin.org/$BIN_PATH/bitcoin-${tag:1}-$PLATFORM.tar.gz"
URL="https://bitcoincore.org/$BIN_PATH/bitcoin-${tag:1}-$PLATFORM.tar.gz"
echo "Fetching: $URL"
if ! curl -O -f $URL; then
echo "Download failed."