File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ download_and_extract() {
2929}
3030
3131# Get the newest release version
32- LATEST_RELEASE=$( curl --silent " https://api.github.com/repos/chdb-io/chdb/releases/latest" | grep ' "tag_name":' | sed -E ' s/.*"([^"]+)".*/\1/' )
32+ LATEST_RELEASE=$( curl --silent " https://api.github.com/repos/chdb-io/chdb-core /releases/latest" | grep ' "tag_name":' | sed -E ' s/.*"([^"]+)".*/\1/' )
3333
3434# Select the correct package based on OS and architecture
3535case " $( uname -s) " in
@@ -54,8 +54,8 @@ case "$(uname -s)" in
5454esac
5555
5656# Main download URL
57- DOWNLOAD_URL=" https://github.com/chdb-io/chdb/releases/download/$LATEST_RELEASE /$PLATFORM "
58- FALLBACK_URL=" https://github.com/chdb-io/chdb/releases/latest/download/$PLATFORM "
57+ DOWNLOAD_URL=" https://github.com/chdb-io/chdb-core /releases/download/$LATEST_RELEASE /$PLATFORM "
58+ FALLBACK_URL=" https://github.com/chdb-io/chdb-core /releases/latest/download/$PLATFORM "
5959
6060# Try the main download URL first
6161if ! download_and_extract " $DOWNLOAD_URL " ; then
You can’t perform that action at this time.
0 commit comments