Skip to content

Commit 9569fe5

Browse files
committed
fix link
1 parent 7d4e807 commit 9569fe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/base/.devcontainer/scripts/install_shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ install() {
2828
download_file="${tmp_dir}/shellcheck.tar.gz"
2929

3030
if [ "$TARGETARCH" = "arm64" ] || [ "$TARGETARCH" == "aarch64" ]; then
31-
download_url="https://github.com/koalaman/shellcheck/releases/download/${VERSION}/shellcheck-${VERSION}.linux.aarch64.tar.xz"
31+
download_url="https://github.com/koalaman/shellcheck/releases/download/${VERSION}/shellcheck-${VERSION}.linux.aarch64.tar.gz"
3232
sha256sum_expected="${sha256sum_expected_arm}"
3333
else
3434
download_url="https://github.com/koalaman/shellcheck/releases/download/${VERSION}/shellcheck-${VERSION}.linux.x86_64.tar.gz"

0 commit comments

Comments
 (0)