Skip to content

Commit f67ff51

Browse files
committed
build(neovim): correct linux download URL
1 parent 7c13a0c commit f67ff51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_defs/neovim.build_defs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def neovim_toolchain(name:str, version:str, hashes:list=[], visibility:list=["PU
2020
f"https://github.com/neovim/neovim/releases/download/{version}/nvim-macos.tar.gz",
2121
f"https://github.com/neovim/neovim/releases/download/{version}/nvim-macos-{CONFIG.HOSTARCH}.tar.gz",
2222
],
23-
"linux": f"https://github.com/neovim/neovim/releases/download/{version}/nvim-linux64.tar.gz",
23+
"linux": f"https://github.com/neovim/neovim/releases/download/{version}/nvim-linux-x86_64.tar.gz",
2424
}
2525
if CONFIG.HOSTOS not in urls_by_os:
2626
fail(f'neovim_toolchain rule is not supported on OS: "{CONFIG.HOSTOS}"')

0 commit comments

Comments
 (0)