Skip to content

Commit

Permalink
Update download.sh (#778)
Browse files Browse the repository at this point in the history
Signed-off-by: Nitish Tiwari <[email protected]>
  • Loading branch information
nitisht authored Apr 23, 2024
1 parent e355858 commit d9f0c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d9f0c3c

Please sign in to comment.