Skip to content

Commit fa4cd1f

Browse files
author
MarcoFalke
committed
ci: Switch to bitcoincore.org download
1 parent 1b90a7b commit fa4cd1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/devtools/previous_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ pushd "$TARGET" || exit 1
137137
else
138138
BIN_PATH="bin/bitcoin-core-${tag:1}"
139139
fi
140-
URL="https://bitcoin.org/$BIN_PATH/bitcoin-${tag:1}-$PLATFORM.tar.gz"
140+
URL="https://bitcoincore.org/$BIN_PATH/bitcoin-${tag:1}-$PLATFORM.tar.gz"
141141
echo "Fetching: $URL"
142142
if ! curl -O -f $URL; then
143143
echo "Download failed."

0 commit comments

Comments
 (0)