Skip to content

Commit 3d13ae8

Browse files
committed
Fix default for CPU
1 parent 873de9e commit 3d13ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell/private/bazel_platforms.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def _get_cpu(os_cpu):
2626
if os_cpu == "x64_windows":
2727
return "x86_64"
2828

29-
return "linux"
29+
return "x86_64"
3030

3131
bazel_platforms = struct(
3232
get_os = _get_os,

0 commit comments

Comments
 (0)