No such file or directory error while running balenaEtcher-1.5.106-ia32.AppImage

gaol@tp495:~/tools$ ./balenaEtcher-1.5.106-ia32.AppImage
bash: ./balenaEtcher-1.5.106-ia32.AppImage: 没有那个文件或目录(no such file or directory)
gaol@tp495:~/tools$ ls -l balenaEtcher-1.5.106-ia32.AppImage
-rwxr-xr-x 1 gaol gaol 88628931 8月 27 18:08 balenaEtcher-1.5.106-ia32.AppImage
gaol@tp495:~/tools$ file balenaEtcher-1.5.106-ia32.AppImage
balenaEtcher-1.5.106-ia32.AppImage: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.18, stripped
gaol@tp495:~/tools$ ldd balenaEtcher-1.5.106-ia32.AppImage
不是动态可执行文件(not a dymanic executable file)

Ubuntu 20.04 desktop with kernel 5.4.0.45.
Did anyone saw this before?

nm I use the .deb installer it works perfectly.

Hi, balenaEtcher-1.5.106-ia32.AppImage is the 32-bit AppImage. “no such file or directory” is an error that can occur when trying to run a 32-bit AppImage on 64-bit OS.