I tried this: we have to prove $\gcd(b,c)=1$. $a$ is prime to $b$, then $\gcd(a,b)=1$. And at least one of $a$ or $b$ is prime. $c$ is a divisor of $a$ then $\gcd(c,a)=c$. And $a=kc$ where $k$ is an integer. It proves that $a$ is not prime. So $b$ is prime. Now since $b$ is prime, then $\gcd(b,c)=1$.
Is it correct?
Let's $\gcd(c,b) = k$ then $k|b$ and $k|c$. Since $c|a$ we have $k|a$, so $k$ is a common divisor for $a$ and $b$. But since $a$ and $b$ are coprime, $k \le 1$ and so $k=1$.