From c6c8e52e966e16ba3ba5839b2ff5997e07d61aaf Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Tue, 23 Apr 2024 15:54:12 +0530 Subject: [PATCH] Update download.sh Signed-off-by: Nitish Tiwari --- scripts/download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/download.sh b/scripts/download.sh index 98f70ada7..6985b4473 100755 --- a/scripts/download.sh +++ b/scripts/download.sh @@ -3,7 +3,7 @@ # supported CPU architectures and operating systems SUPPORTED_ARCH=("x86_64" "arm64") SUPPORTED_OS=("linux" "darwin") -DOWNLOAD_BASE_URL="parseable.gateway.scarf.sh/" +DOWNLOAD_BASE_URL="cdn.parseable.com/" # Get the system's CPU architecture and operating system CPU_ARCH=$(uname -m)