From c21aeb964cd0cb26638b42563543d7a7f95dcae3 Mon Sep 17 00:00:00 2001 From: "Richard T. Carback III" <rick.carback@gmail.com> Date: Sun, 25 Jul 2021 01:55:26 +0000 Subject: [PATCH] Revert "Update download_cmix_binaries.sh" This reverts commit c621827be118bb51b86d5cfc0e95b172dabc8bb5. --- download_cmix_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download_cmix_binaries.sh b/download_cmix_binaries.sh index a8a332a..6a70ba0 100755 --- a/download_cmix_binaries.sh +++ b/download_cmix_binaries.sh @@ -49,7 +49,7 @@ fi # Set up the URL for downloading the binaries DEFAULTBRANCH=${DEFAULTBRANCH:="release"} if [[ $USEREPO == "d" ]]; then - REPOS_API=${REPOS_API:="https://git.xx.network/api/v4/projects/elixxir%2F"} + REPOS_API=${REPOS_API:="https://gitlab.com/api/v4/projects/elixxir%2F"} else REPOS_API=${REPOS_API:="https://elixxir-bins.s3-us-west-1.amazonaws.com"} fi -- GitLab