From c621827be118bb51b86d5cfc0e95b172dabc8bb5 Mon Sep 17 00:00:00 2001
From: Sydney Anne Erickson <sydney@elixxir.io>
Date: Sat, 17 Jul 2021 17:06:35 +0000
Subject: [PATCH] Update download_cmix_binaries.sh

---
 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 6a70ba0..a8a332a 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://gitlab.com/api/v4/projects/elixxir%2F"}
+    REPOS_API=${REPOS_API:="https://git.xx.network/api/v4/projects/elixxir%2F"}
 else
     REPOS_API=${REPOS_API:="https://elixxir-bins.s3-us-west-1.amazonaws.com"}
 fi
-- 
GitLab