Skip to content

Commit 1e062ca

Browse files
correct missspelling
1 parent 6bf0b40 commit 1e062ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ fi
5151

5252

5353
# Download the binary
54-
DOWNLOAD_URL="https://github.com/$REPO_BASE/releases/download22/$TAG_NAME/$BINARY_NAME$ARCH_NAME"
54+
DOWNLOAD_URL="https://github.com/$REPO_BASE/releases/download/$TAG_NAME/$BINARY_NAME$ARCH_NAME"
5555
echo "Downloading $BINARY_NAME from $DOWNLOAD_URL"
5656
curl -L "$DOWNLOAD_URL" -o "$INSTALL_DIR/jelly-cli"
5757
CONTENT=$(wc -c "$INSTALL_DIR/jelly-cli" | awk '{print $1}')

0 commit comments

Comments
 (0)