From b4535967cacbca6337ebeee55e43b03fa6d40627 Mon Sep 17 00:00:00 2001 From: Daniel Gustaw Date: Thu, 16 Mar 2023 11:16:29 +0000 Subject: [PATCH] updated fallback release url to 95827057 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d026b1c..0456c73 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/95733898 +FALLBACK_RELEASE_URL=https://api.github.com/repos/gustawdaniel/gpt-cli/releases/95827057 # Define a function that prints a message function download_binary {