From d9f0c3c1bfd4050bfe946e6de391af384f1ba111 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Tue, 23 Apr 2024 15:54:27 +0530 Subject: [PATCH] Update download.sh (#778) 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)