diff --git a/scripts/download b/scripts/download index 93a04775..0e175eca 100755 --- a/scripts/download +++ b/scripts/download @@ -6,8 +6,8 @@ root_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/.." platform=`uname -a | awk '{print tolower($1)}'` arch=`uname -m` version="0.12.0" -url="https://github.com/braydonf/bitcoin/releases/download" -tag="v0.12.0-bitcore-beta6" +url="https://github.com/bitpay/bitcoin/releases/download" +tag="v0.12-bitcore-rc1" if [ "${platform}" == "linux" ]; then if [ "${arch}" == "x86_64" ]; then