Can not run mongod (maybe because avx)

mongod command throw this error:
Illegal instruction (core dumped)
and this error with fish shell:
fish: Job 1, ‘mongod’ terminated by signal SIGILL (Illegal instruction)

I’m search a bit and find this:

which says:
The “signal=ILL” part of the systemctl output means that MongoDB failed to start because of an illegal instruction.
This is caused by MongoDB 5 and later requiring AVX to run.

My CPU is:
Intel(R) Pentium(R) Gold G5400 CPU @ 3.70GHz

which i think it’s not have AVX

how can i install mongodb on ubuntu 24.04 with this CPU?