export default function getArch(arch: string): string {
  switch (arch) {
    case 'x64':
      return '64bit';
    case 'arm':