Skip to content

Commit 43695b0

Browse files
author
MarcoFalke
committed
Merge #19201: ci: Switch to bitcoincore.org download
fa4cd1f ci: Switch to bitcoincore.org download (MarcoFalke) Pull request description: bitcoin.org is down and not in our control, so it seems odd to rely on it for our ci infrastructure ACKs for top commit: troygiorshev: ACK fa4cd1f Tree-SHA512: f9f0e9c69a52b8b1906ceae195e8bcc189799fb39be921b26e3a37d1f8f3999831f86c96c3546848c0d01429c36cfb2d7c5f314655ac5282d3e8e4cdd838960e
2 parents 1b90a7b + fa4cd1f commit 43695b0

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)