diff --git a/scripts/appveyor-tool.ps1 b/scripts/appveyor-tool.ps1 index f88d48a..3fb1820 100644 --- a/scripts/appveyor-tool.ps1 +++ b/scripts/appveyor-tool.ps1 @@ -53,7 +53,7 @@ Function InstallR { } if ( -not(Test-Path Env:\R_ARCH) ) { - $arch = "i386" + $arch = "x64" } Else { $arch = $env:R_ARCH