diff --git a/.github/workflows/macos.yaml b/.github/workflows/macos.yaml index 3540dc98b..3db73a2ef 100644 --- a/.github/workflows/macos.yaml +++ b/.github/workflows/macos.yaml @@ -32,11 +32,11 @@ jobs: ( cd /tmp/ - wget https://bitcoin.org/bin/bitcoin-core-$BITCOIN_VERSION/bitcoin-$BITCOIN_VERSION-osx64.tar.gz -O bitcoin.tar.gz + wget https://storage.googleapis.com/c-lightning-tests/bitcoin-$BITCOIN_VERSION-osx64.tar.gz -O bitcoin.tar.gz tar -xvzf bitcoin.tar.gz sudo mv bitcoin-$BITCOIN_VERSION/bin/* /usr/local/bin ) - + pip install --upgrade mako pip ln -s /usr/local/Cellar/gettext/0.20.1/bin/xgettext /usr/local/opt export PATH="/usr/local/opt:$PATH"