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

Commit

Permalink
Merge pull request #299 from sr-gi/circle-ci-bitcoin-link
Browse files Browse the repository at this point in the history
Updates circle-ci bitcoin download link to pull from bitcoincore.org
  • Loading branch information
sr-gi authored Jul 16, 2021
2 parents 8548f7d + 8f73ee4 commit 1fad9bd
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 1fad9bd

Please sign in to comment.