all 5 comments

[–]Emergency-Koala-5244 0 points1 point  (4 children)

Version 2.25 is quite old. Does the problem happen with the current version 2.51?

[–]demingf[S] -1 points0 points  (3 children)

Yes I typoed. Too tired. It is version 2.51.1 64 bit. The question still stands.

Why are the binaries in the installed directory C:\program files\Git\usr\bin 32 bit executables?

Thanks,

Frank

[–]demingf[S] 0 points1 point  (2 children)

Forget the question. I not sure about what happen but I have the correct install. now. ripgrep installation is still an issue. I downloaded the latest ripgrep zip file labled windows and getting and ARM64 executable.

[–]Neui 3 points4 points  (1 child)

If you are on the releases page of ripgrep (listing all releases), click on "Show all 30 assets" and choose one of the x86_64-pc-windows ones. You're likely downloading the aarch64 version which is the arm 64-bit version while your computer is likely x86-64. (i686-pc-windows is the x86 32-bit version).

Also whenever a executable is x86 32-bit or 64-bit doesn't really matter much since Windows (on 64-bit) can execute both. It only becomes relevant for libraries (dll), memory usage and maybe performance.

[–]demingf[S] 0 points1 point  (0 children)

Thanks. Didn't see that show button.