We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb51b4 commit 9479630Copy full SHA for 9479630
1 file changed
lua/elixir/utils.lua
@@ -32,7 +32,7 @@ local arch = {
32
["arm64"] = "arm64",
33
["aarch64"] = "arm64",
34
["amd64"] = "amd64",
35
- ["x86-64"] = "amd64",
+ ["x86_64"] = "amd64",
36
}
37
38
function M.download_nextls(opts)
0 commit comments