set ARCH for linux intel 32-bit for frida-gum-devkit
diff --git a/frida_mode/GNUmakefile b/frida_mode/GNUmakefile
index 7284cf8..e95455e 100644
--- a/frida_mode/GNUmakefile
+++ b/frida_mode/GNUmakefile
@@ -43,6 +43,10 @@
  ARCH:=arm64
 endif
 
+ifeq "$(ARCH)" "i686"
+ ARCH:=x86
+endif
+
 ifeq "$(shell uname)" "Darwin"
  OS:=macos
  RT_CFLAGS:=$(RT_CFLAGS) -Wno-deprecated-declarations