diff --git a/cli/src/update_service.rs b/cli/src/update_service.rs index f9e102f2962..ee37c8ac993 100644 --- a/cli/src/update_service.rs +++ b/cli/src/update_service.rs @@ -247,7 +247,7 @@ impl Platform { Platform::DarwinARM64 => "server-darwin-arm64", Platform::WindowsX64 => "server-win32-x64", Platform::WindowsX86 => "server-win32", - Platform::WindowsARM64 => "server-win32-arm64", + Platform::WindowsARM64 => "server-win32-x64", // we don't publish an arm64 server build yet } .to_owned() }