diff --git a/scripts/download b/scripts/download index d6c3d7fdf..40bdfb480 100755 --- a/scripts/download +++ b/scripts/download @@ -7,7 +7,7 @@ platform=`uname -a | awk '{print tolower($1)}'` arch=`uname -m` version="0.12.1" url="https://github.com/bitpay/bitcoin/releases/download" -tag="v0.12.1-bitcore" +tag="v0.12.1-bitcore-2" if [ "${platform}" == "linux" ]; then if [ "${arch}" == "x86_64" ]; then