Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
Updates circle-ci bitcoin download link to pull from bitcoincore.org
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-gi committed Jul 16, 2021
1 parent 8548f7d commit 8f73ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Install bitcoind (0.20.0)
command: |
if [ ! -d "bitcoin" ]; then
wget https://bitcoin.org/bin/bitcoin-core-0.20.0/bitcoin-0.20.0-x86_64-linux-gnu.tar.gz
wget https://bitcoincore.org/bin/bitcoin-core-0.20.0/bitcoin-0.20.0-x86_64-linux-gnu.tar.gz
tar -xzf bitcoin-0.20.0-x86_64-linux-gnu.tar.gz
mv bitcoin-0.20.0 bitcoin
fi
Expand Down

0 comments on commit 8f73ee4

Please sign in to comment.