From 253ec1669cff0b5e9dc1be1b1af2760b2bbd3949 Mon Sep 17 00:00:00 2001 From: Daniel Gustaw Date: Wed, 22 Mar 2023 03:35:13 +0000 Subject: [PATCH] updated fallback release url to 96429352 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 89de981..4620cc6 100755 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -FALLBACK_RELEASE_URL=https://api.github.com/repos/gustawdaniel/gpt-cli/releases/96112194 +FALLBACK_RELEASE_URL=https://api.github.com/repos/gustawdaniel/gpt-cli/releases/96429352 # Define a function that prints a message function download_binary {