Skip to content

Commit

Permalink
ci: Switch to bitcoincore.org download
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Jun 7, 2020
1 parent 1b90a7b commit fa4cd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/devtools/previous_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit fa4cd1f

Please sign in to comment.