Skip to content

Commit

Permalink
Update stubdl
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn committed Aug 22, 2024
1 parent 5ae3f34 commit bbfdb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stubdl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbfdb0e

Please sign in to comment.