Does
uname -a
give you anything you can use? I don't have a 64-bit machine to test on.
Note from Mike Stone: This works, though specifically
uname -m
Will give "x86_64" for 64 bit, and something else for other 32 bit types (in my 32 bit VM, it's "i686").