From bdc74a3ef60b270c2fb3409e258a417d98e879f0 Mon Sep 17 00:00:00 2001 From: Kenneth Date: Fri, 16 Jan 2026 11:56:47 +0000 Subject: [PATCH] asd --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index e346fa6..d6d2f48 100755 --- a/install.sh +++ b/install.sh @@ -23,8 +23,8 @@ install_neovim_linux() { trap 'rm -rf "$tmp"' RETURN case "$arch" in - x86_64|amd64) url="https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz" ;; - aarch64|arm64) url="https://github.com/neovim/neovim/releases/latest/download/nvim-linuxarm64.tar.gz" ;; + x86_64|amd64) url="https://github.com/neovim/neovim/releases/latest/download/nvim-linux-x86_64.tar.gz" ;; + aarch64|arm64) url="https://github.com/neovim/neovim/releases/latest/download/nvim-linux-arm64.tar.gz" ;; *) echo "Unsupported architecture: $arch" >&2 return 1