released cuda toolkit on arm has conflits between nvcc Version and CUDA Version

I download cuda toolkit from https://developer.nvidia.com/cuda-toolkit/arm

It should be CUDA 10.2 + CUDNN 7.6

But when I check its nvcc Version by

nvcc -V

or even

/usr/local/cuda-10.2/bin/nvcc -V

It gives following feedbacks:

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Wed_Oct_23_22:55:48_PDT_2019
Cuda compilation tools, release 10.1, V10.1.107

I’m having the same problem where nvcc reports a different version than the installed CUDA version. Is there a solution for this?

I have the same problem as well. (on TX2)