Skip to content

Commit 935b468

Browse files
committed
Fix linux appimage download URL for CI
1 parent f2ca91c commit 935b468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/ci/download_nvim.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ case "$(echo "$RUNNER_OS" | tr "[:upper:]" "[:lower:]")" in
1414
linux)
1515
mkdir -p _nvim/bin
1616
wget -nv -O _nvim/bin/nvim \
17-
"https://github.com/neovim/neovim/releases/download/stable/nvim.appimage"
17+
"https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage"
1818
;;
1919
*)
2020
echo "Unrecognized \$RUNNER_OS" >&2

0 commit comments

Comments
 (0)