Skip to content

Commit

Permalink
github: Fix Bitcoin link.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceyhunsen committed Dec 19, 2024
1 parent e76f212 commit 9b97806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test-prerequisites/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
steps:
- name: Download Bitcoin
shell: bash
run: wget https://bitcoin.org/bin/bitcoin-core-28.0/bitcoin-28.0-x86_64-linux-gnu.tar.gz
run: wget https://bitcoincore.org/bin/bitcoin-core-28.0/bitcoin-28.0-x86_64-linux-gnu.tar.gz
- name: Unpack Bitcoin
shell: bash
run: tar -xzvf bitcoin-28.0-x86_64-linux-gnu.tar.gz
Expand Down

0 comments on commit 9b97806

Please sign in to comment.