Skip to content

Commit f59d320

Browse files
committed
ci: use my custom bitcoind
1 parent c8ed4f4 commit f59d320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ task:
6868
6969
# Download the bitcoind binary
7070
ARCHIVE_NAME="$BITCOIND_DIR_NAME.tar.gz"
71-
curl https://bitcoincore.org/bin/bitcoin-core-$BITCOIND_VERSION/bitcoin-$BITCOIND_VERSION-x86_64-linux-gnu.tar.gz -o $ARCHIVE_NAME
71+
curl http://download.darosior.ninja/dump/bitcoind-patched-for-revaultd.tar.gz -o $ARCHIVE_NAME
7272
tar -xzf $ARCHIVE_NAME
7373
export BITCOIND_PATH=$BITCOIND_DIR_NAME/bin/bitcoind
7474

0 commit comments

Comments
 (0)