diff --git a/Gruntfile.js b/Gruntfile.js index dd9940985..cd2071174 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -82,9 +82,7 @@ module.exports = function (grunt) { }, "node-win": { "dest" : "<%= downloads %>", - "src" : process.arch === "x64" ? - "http://nodejs.org/dist/v<%= node.version %>/win-x64/node.exe" : - "http://nodejs.org/dist/v<%= node.version %>/win-x86/node.exe" + "src" : "http://nodejs.org/dist/v<%= node.version %>/win-x86/node.exe" } }, "clean": {