mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-26 11:13:23 -03:00
ci: Switch to bitcoincore.org download
This commit is contained in:
parent
1b90a7b61a
commit
fa4cd1fdae
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ pushd "$TARGET" || exit 1
|
||||||
else
|
else
|
||||||
BIN_PATH="bin/bitcoin-core-${tag:1}"
|
BIN_PATH="bin/bitcoin-core-${tag:1}"
|
||||||
fi
|
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"
|
echo "Fetching: $URL"
|
||||||
if ! curl -O -f $URL; then
|
if ! curl -O -f $URL; then
|
||||||
echo "Download failed."
|
echo "Download failed."
|
||||||
|
|
Loading…
Add table
Reference in a new issue