From bbfdb0ec521d378d1e2bb6a84258785dd672599b Mon Sep 17 00:00:00 2001 From: xplshn <114888778+xplshn@users.noreply.github.com> Date: Thu, 22 Aug 2024 20:27:10 -0300 Subject: [PATCH] Update stubdl --- stubdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubdl b/stubdl index ccbac36..b04598e 100644 --- a/stubdl +++ b/stubdl @@ -10,7 +10,7 @@ case "$ARCH" in *) echo "Unsupported architecture: $ARCH"; exit 1 ;; esac -BIGDL_URL="https://github.com/xplshn/bigdl/releases/latest/download/bigdl_${ARCH_SUFFIX}_upx" +BIGDL_URL="https://github.com/xplshn/dbin/releases/latest/download/bigdl_${ARCH_SUFFIX}_upx" # Handle --install option if [ "$1" = "--install" ]; then