Skip to content

Commit d9f0c3c

Browse files
authored
Update download.sh (#778)
Signed-off-by: Nitish Tiwari <[email protected]>
1 parent e355858 commit d9f0c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/download.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# supported CPU architectures and operating systems
44
SUPPORTED_ARCH=("x86_64" "arm64")
55
SUPPORTED_OS=("linux" "darwin")
6-
DOWNLOAD_BASE_URL="parseable.gateway.scarf.sh/"
6+
DOWNLOAD_BASE_URL="cdn.parseable.com/"
77

88
# Get the system's CPU architecture and operating system
99
CPU_ARCH=$(uname -m)

0 commit comments

Comments
 (0)