The difference in naming the same thing comes from GNU/gcc choosing the triplet aarch64-linux-gnu as the name for the ISA while linux chose to use the architecture name arm64. As a result, some distros call it aarch64 and others (like Debian) call it arm64.