We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e355858 commit d9f0c3cCopy full SHA for d9f0c3c
scripts/download.sh
@@ -3,7 +3,7 @@
3
# supported CPU architectures and operating systems
4
SUPPORTED_ARCH=("x86_64" "arm64")
5
SUPPORTED_OS=("linux" "darwin")
6
-DOWNLOAD_BASE_URL="parseable.gateway.scarf.sh/"
+DOWNLOAD_BASE_URL="cdn.parseable.com/"
7
8
# Get the system's CPU architecture and operating system
9
CPU_ARCH=$(uname -m)
0 commit comments