We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05b8ee1 commit 79839daCopy full SHA for 79839da
1 file changed
bin/fetch-configlet
@@ -18,7 +18,9 @@ ARCH=$(
18
case $(uname -m) in
19
*64*)
20
echo 64bit;;
21
- *32*)
+ *686*)
22
+ echo 32bit;;
23
+ *386*)
24
echo 32bit;;
25
*)
26
0 commit comments