static cached bool is64BitLinux() {
  ret isLinux() && startsWith(backtick("uname -m"), "x86_64");
}